(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
void OffGadget()
SYNOPSIS
struct Gadget * gadget
struct Window * window
struct Requester * requester
LOCATION
In IntuitionBase at offset 29
FUNCTION
Disable a gadget. It will appear ghosted.
INPUTS
gadget
The gadget to deactivate
window
The window, the gadget is in
requester
The requester, the gadget is in or NULL if the gadget is in no requester
RESULT
None.
NOTES
This function will update the gadget (unlike the original function which would update all gadgets in the window).
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
06.03.1997 digulla
Another four functions.